projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ad20c
)
(Info-goto-emacs-command-node): Fix error text.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 06:05:40 +0000
(06:05 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 25 Jan 1996 06:05:40 +0000
(06:05 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 67b3bb023f329ca5bff7ee23325eff9e954235bb..47f714b8e86bc039da5e12d4906c076d90a04b9c 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1735,7
+1735,7
@@
the variable `Info-file-list-for-emacs'."
(if (> num-matches 2) "ies" "y")
(substitute-command-keys "\\[Info-last]")
(if (> num-matches 2) "them" "it")))))
- (error "Couldn't find documentation for %s
.
" command))))
+ (error "Couldn't find documentation for %s" command))))
;;;###autoload
(defun Info-goto-emacs-key-command-node (key)